/*------------------------------------------------------------------
File Name: custom.css

Version: 1.0
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

@font-face {
    font-family: 'customFont';
    src: url(../fonts/Cairo/Cairo-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'customFont' !important;
}


.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after {
    content: "\2716";
    font-size: 14px;
    color: white;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .card-body {
    /* height: calc(100% - (12px + (1.8rem * #{$headings-line-height}) + .5rem)); */
    overflow-y: auto;
  }

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    /* display: block; */
    height: 37px !important;
    user-select: none;
    -webkit-user-select: none;
}
@media (max-width: 1500px) and (min-width: 1242px) {
    .container {
        width: 100%;
        padding: 0 0px;
        max-width: 997px;
    }
    .digital_earth img {
        position: relative;
        right: -97px;
        width: 520px;
    }
    .cryto_feature ul {
        margin-top: 20px;
    }
}

@media (max-width: 1243px) and (min-width: 992px) {

    .container {
        width: 100%;
        padding: 0 0px;
        max-width: 785px;
    }
    .digital_earth img {
        position: relative;
        right: -117px;
        width: 476px;
        margin-top: 80px;
    }
    .cryto_feature ul {
        margin-top: 20px;
    }
    .cryto_feature.right_text ul li {
        left: 7px;
        margin-bottom: 1px;
    }
    .cryto_feature ul li {
        float: left;
        width: 100%;
        display: flex;
        margin: 25px 0;
        position: relative;
        left: -7px;
        margin-bottom: 17px;
    }
    .cryto_feature.right_text ul li {
        left: 12px;
    }
    .cryto_feature.right_text ul li:nth-child(2) {
        left: 67px;
    }
}


.testmonial_slider #quote-carousel p.client_name {
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 5px;
}

.img_app_section {
    border-radius: 30px;
    transform: rotate(10deg);
    width: 300px;
    border: 16px solid #041e37;
}

.news_img {
    margin-bottom: 24px;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.icon_app_download {
    border-radius: 15px;
    border: 5px solid #041e37;
}
.search_message {
    color:#a00101;
    margin-top: 300px;
    font-size: 27px;
}

.price-img {
    transform: rotate(30deg);
    margin-right: -120px;
}

@media (max-width: 540px) {

    .img_app_section {
        border-radius: 30px;
        transform: rotate(10deg);
        width: 120px;
        border: 16px solid #041e37;
    }
    .col-sm-2 {
        width: 19.666667%;
        float: right;
    }
    .cryto_feature ul li {
        float: left;
        width: 100%;
        left: 0;
        display: flex;
        margin: 12px 0;
        position: relative;
    }
    .digital_earth img {
        width: 71%;
        /* margin-bottom: 20px; */
        position: relative;
        /* left: -24px; */
        margin-right: 140px;
    }
    .news_img {
        margin-bottom: 24px;
        height: 191px;
        background-size: cover;
        background-position: center;
    }
    .icon_app_download {
        border-radius: 15px;
        border: 5px solid #041e37;
        width: 164px;
    }
    .search_message {
        color:#a00101;
        margin-top: 0px;
        font-size: 27px;
    }
    .logo img {
        width: 150px;
    }
    .price-img {
        transform: rotate(30deg);
        width: 100px;
        margin-right: -35px;
    }
}




element.style {
    min-height: 1150px !important;
}

.user-header{
    background-color: #CFA642 !important;
}